var runtime.bbuckets

3 uses

	runtime (current package)
		mprof.go#L156: 	bbuckets atomic.UnsafePointer // *bucket, blocking profile buckets
		mprof.go#L320: 		allnext = &bbuckets
		mprof.go#L754: 	head := (*bucket)(bbuckets.Load())